home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #79 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #79 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / logger.lzh / logger / test.doc < prev    next >
Text File  |  1995-01-10  |  2KB  |  38 lines

  1. The programs ltest and stest are used to test out the dxcc.list and ss.list
  2. files to make sure that they will work with a given callsign or section.
  3.  
  4. In both cases they can take one or two optional arguments.
  5.  
  6.    ltest [-] [filename]
  7.    stest [-] [filename]
  8.  
  9.    The optional argument - will make them print out the entire prefix
  10. (ltest) or section (stest) list so that you can see if they are assigning
  11. the prefix (section abbreviation) to the correct country (section).
  12.    They both then wait for you type in a call or a section and will tell
  13. you if they don't recognize it. If they do then they print out the info
  14. they have found. For example, with stest you can type in the kind of
  15. abbreviations for sections that you hear in FD or SS and check to see if the
  16. program can find them. This is very useful because both programs use EXACTLY
  17. the same routine and file as do the contesting programs themselves. If ltest
  18. or stest fail to find something, then the contest program will also fail and
  19. you fix up the file so that it will work.
  20.    For stest, the section list file (ss.list) lists the standard
  21. abbreviation and full name of each section, separated by colons. Then after
  22. the second colon is a comma-separated list of the abbreviations that the
  23. program should map into the standard abbreviation. For example, it will
  24. map SK and SASK into the standard abbreviation SK. Note that the ONLY
  25. wildcard available is the * which means match everything else after this.
  26. Also note that the * can only appear at the end of an abbreviation.
  27.    As an example, notice how you must distinguish between Orange and Oregon.
  28. You cannot use or* in either of them because then they can be confused for
  29. each other. There must be enough context to uniquely distinguish them.
  30. Therefore you require Ora* to guarantee a mtach with Orange, and Ore* to
  31. properly match Oregon.
  32.    The programs do not distinguish between upper and lower case so you can
  33. use either or both as you see fit. They are all translated into upper case
  34. when the program reads them in.
  35.  
  36.    The optional argument "filename" allows you to specify a different list
  37. file than the default, such as carf.list or cqww.list.
  38.